github.com/andybalholm/brotli.Reader.distance_context (field)
9 uses
github.com/andybalholm/brotli (current package)
decode.go#L1217: s.dist_htree_index = s.dist_context_map_slice[s.distance_context]
decode.go#L1463: s.distance_context = 1
decode.go#L1518: s.distance_context = 0
decode.go#L1586: s.distance_context = int(v.context)
decode.go#L1587: s.dist_htree_index = s.dist_context_map_slice[s.distance_context]
decode.go#L1819: s.distance_context = 0
decode.go#L1821: s.distance_context = 1
decode.go#L1880: s.dist_rb_idx += s.distance_context
state.go#L123: distance_context int
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |